home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DATAUTIL / DBASEUT1.LZH / DB3DIR.DOC < prev    next >
Text File  |  1987-06-09  |  1KB  |  47 lines

  1.  
  2.  
  3.  
  4.           DB3DIR.PRG
  5.  
  6.  
  7.  
  8.           This program was written so that I could get a
  9.           directory of a drive into a database file in order 
  10.           to create various index files and utilize the 
  11.           powerful tools available in Ashton-Tate's
  12.           dBASEIII+.  To a more sophisticated programmer,
  13.           this may be a hack and slash approach, but I
  14.           have found the routine useful---especially when
  15.           cleaning up the post-development clutter of files.
  16.  
  17.           The routine will work on a LAN to search any 
  18.           drive specified. (I work up through drive N:.)
  19.           If using a subdirectory, use the RUN command to
  20.           set the subdirectory in DOS before DOing DB3DIR.
  21.  
  22.           ! C:
  23.           ! CD\DIRNAME
  24.  
  25.           When  DB3DIR  looks at drive C:, it will get the 
  26.           files from the \DIRNAME subdirectory.
  27.  
  28.           Note that DIRSTRU.DBF is required. Just in case it
  29.           gets trashed or erased, the structure is:
  30.  
  31.           NAME      C  8  0
  32.           F1        C  1  0
  33.           SUF       C  3  0
  34.           F2        C  2  0
  35.           SIZE      N  7  0
  36.           F3        C  2  0
  37.           DA        C  8  0
  38.           F4        C  2  0
  39.           TIM       C  8  0
  40.  
  41.           The routine is not copyrighted, so feel free to make 
  42.           any modifications you want.  
  43.  
  44.           wpl 06/08/87
  45.  
  46.  
  47.